DevForce Help Reference
PropertyInterceptor<TInstance,TValue,TArgs> Constructor


Creates an instance of this class.
Syntax
'Declaration
 
Public Function New( _
   ByVal targetName As String, _
   ByVal direction As PropertyDirection, _
   ByVal baseAction As Action(Of TArgs), _
   ByVal buildArgsFunc As Func(Of TInstance,Object,TArgs) _
)
'Usage
 
Dim targetName As String
Dim direction As PropertyDirection
Dim baseAction As Action(Of TArgs)
Dim buildArgsFunc As Func(Of TInstance,Object,TArgs)
 
Dim instance As New PropertyInterceptor(Of TInstance,TValue,TArgs)(targetName, direction, baseAction, buildArgsFunc)

Parameters

targetName
direction
baseAction
buildArgsFunc
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PropertyInterceptor<TInstance,TValue,TArgs> Class
PropertyInterceptor<TInstance,TValue,TArgs> Members

Send Feedback